runtime.special.offset (field)
27 uses
runtime (current package)
heapdump.go#L463: p := unsafe.Pointer(s.base() + uintptr(spf.special.offset))
heapdump.go#L662: p := s.base() + uintptr(spp.special.offset)
mcheckmark.go#L170: lastTinyBlock = s.base() + sp.offset
mcheckmark.go#L327: if !yield(s.base()+sp.offset, s, sp) {
mcleanup.go#L176: if offset == uintptr(s.offset) && _KindSpecialCleanup == s.kind &&
mcleanup.go#L183: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && _KindSpecialCleanup < s.kind) {
mgcmark.go#L418: p := s.base() + uintptr(spf.special.offset)/s.elemsize*s.elemsize
mgcsweep.go#L556: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L564: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L576: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L580: p := s.base() + uintptr(special.offset)
mgcsweep.go#L592: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L596: p := s.base() + uintptr(special.offset)
mheap.go#L2020: offset uintptr // span offset of object
mheap.go#L2067: s.offset = offset
mheap.go#L2127: if offset == uintptr(s.offset) && kind == s.kind {
mheap.go#L2131: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
mheap.go#L2298: if offset == uintptr(s.offset) && _KindSpecialCheckFinalizer == s.kind &&
mheap.go#L2305: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && _KindSpecialCheckFinalizer < s.kind) {
mheap.go#L2348: if offset == uintptr(s.offset) && _KindSpecialCheckFinalizer == s.kind &&
mheap.go#L2355: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && _KindSpecialCheckFinalizer < s.kind) {
pinner.go#L334: rec.special.offset = offset
synctest.go#L418: s.special.offset = offset
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)